Release: turbovec 0.7.1 (Python) + 0.8.1 (Rust crate)#103
Merged
Conversation
Python 0.7.0 -> 0.7.1: two data-safety fixes in the integration wrappers (intra-batch duplicate-id orphaning #90; upsert delete-before-validate #89) plus the macOS source-build fix for the extension (#92). Rust crate 0.8.0 -> 0.8.1: no behavior change — non-behavioral cleanup only (warnings, doc comments), re-released to keep crates.io in sync with the source tree. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump + CHANGELOG finalization. Mirrors the established release-PR shape (#84): CHANGELOG + the three manifests + Cargo.lock, nothing else.
What's in this release
Python 0.7.0 → 0.7.1 — bug-fix release:
cargo buildof the extension now links on macOS (source-build fix; prebuilt wheels were unaffected)Rust crate 0.8.0 → 0.8.1 — no behavior change:
Publish steps (after merge — maintainer)
Releases are tag-triggered:
py-v0.7.1→ PyPI workflowv0.8.1→ crates.io workflowI have not pushed any tags — that's the irreversible publish step and is left to you.
Notes
.tv/.tvimv3).cargo build -p turbovec -p turbovec-pythoncompiles clean at the new versions; Cargo.lock updated to match.🤖 Generated with Claude Code